home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / util / arc / CheckX.lha / CheckX / CheckX.readme < prev    next >
Encoding:
Text File  |  2001-04-18  |  7.0 KB  |  146 lines

  1. Short:    V1.84 Check for Archives/Packers/Viruses
  2. Uploader: stoecker@epost.de (Dirk Stoecker)
  3. Author:   stoecker@epost.de (Dirk Stoecker)
  4. Type:     util/arc
  5. Requires: util/arc/xadmaster.lha
  6.           util/pack/xfdmaster.lha
  7.           util/virus/xvslibrary.lha
  8.           util/pack/xpk_User.lha
  9. Version:  1.84
  10.  
  11. This program uses xfdmaster.library (see util/pack/xfdmaster.lha) and
  12. xvs.library (util/virus/xvsLibrary.lha) for packer and virus scanning.
  13. The xadmaster.library (see util/arc/xadmaster.lha) is used to dearchive
  14. file and disk archives.
  15.  
  16. The xfdmaster.library (V39) and xadmaster.library (V10) are needed to
  17. run the utility. The xvs.library is recommended! The xpkmaster.library
  18. is needed with ASKPWD password only (and to decrunch XPKF files).
  19.  
  20. NOTE: xadmaster.library is Shareware, so think about registering when
  21. using this utility. See conditions in xadmaster.library distribution.
  22.  
  23. CheckX unpacks archives and packed files as deep as possible:
  24.  - you can unarchive a crunched archive as well
  25.  - multiple crunched files can be decrunched
  26.  - multiple archives can be extracted
  27.  - multiple disk archives can be extracted
  28.  - linked and crunched and archived files are no problem
  29.  
  30. This all depends mainly on your memory size! If have around 50MB and have
  31. only little problems with really large files.
  32.  
  33. Call CheckX with a ? and you get following argument list:
  34.  FROM,LOG,SAVE/K,ALL/S,ASKPWD/S,PRINTALL/S,PRINTEXEC/S,
  35.  NODECRUNCH/S,NOUNLINK/S,NOUNARCHIVE/S,NOUNTRACK/S,NOSILENT/S,
  36.  NOSTRIP/S,NOVIRUS/S,DEBUG/S,QUIET/S,SAVEALL/S
  37.  
  38. Enter a ? again and you get a short doc:
  39.  FROM        source file or directory - may contain patterns
  40.  LOG         log file name
  41.  SAVE        directory, where decrunched files are saved
  42.  ALL         scan deep into directories
  43.  ASKPWD      ask for password when needed (needs xpkmaster.library)
  44.  PRINTALL    print all filenames
  45.  PRINTEXEC   print names of all executable files
  46.  NODECRUNCH  do not decrunch files with xfdmaster
  47.  NOUNLINK    do not unlink files with xfdmaster
  48.  NOUNARCHIVE do not call archiver for unarchiving file archives
  49.  NOUNTRACK   do not call archiver for unarchiving track archives
  50.  NOSILENT    do not disable dos requests
  51.  NOSTRIP     do not strip useless hunks
  52.  NOVIRUS     do not scan with xvs.library for viruses
  53.  DEBUG       also output texts to serial debug engine
  54.  QUIET       do not output texts to console
  55.  SAVEALL     saves all files (also uncrunched) except address files
  56.  
  57. A bit more explanation:
  58. LOG         The output is written to a file as well as to the standard
  59.             output stream. The main purpose CheckX was written for is
  60.             to scan for crunched files and to test the decrunch
  61.             routines. So the logging may take some more time, but is
  62.             very stable, as the last log-entry is always the file which
  63.             possibly crashed the machine.
  64.             The logfile can be accessed by other programs for read and write
  65.             the whole time CheckX works (and surely after that). But writing
  66.             is not recommended, as this may produce a corrupted file.
  67. SAVE        If this keyword is given, all uncrunched/unlinked/stripped
  68.             files will be saved in the directory given with that keyword.
  69.             The directory must already exist! Sub directories are created
  70.             automatically.
  71.             If files are unlinked, they get saved with .1, .2, ...
  72.             extensions. Address crunched files are not saved. Use
  73.             xfdDecrunchAddr or xfdDecrunch to do so.
  74. DEBUG       Should not be used normally. This brings the normal output to
  75.             serial debugging terminal or catcher tools like Sushi. This
  76.             allows a lot easier to detect files producing hits.
  77. ASKPWD      Calls the xpkmaster.library password request to get a password.
  78.             For archive files, the password is asked after first decrunching
  79.             it and getting an password error. The inserted password is reused
  80.             for next entries of this archive and only if it is wrong it is
  81.             again requested.
  82.  
  83. CheckX has following return values:
  84.  0  - all ok
  85.  5  - either no virus checking possible or virus found
  86.  20 - an error occured and CheckX was unable to do anything
  87.  
  88. CheckX cannot scan files, which are read-protected. You get CheckX error 4
  89. as result in that case. Unprotect files and scan again when you want. For
  90. files contained in archives, the protection bits are ignored.
  91.  
  92. CheckX is completely reentrant and may work fine twice or more times
  93. parallel (You can set the pure file protection bit and make it resident).
  94. But it is not recommended to call it multiple times as CheckX normally needs
  95. lots of memory.
  96.  
  97. This is a batch tool, so drink a coffee or two or three during its work.
  98. Check the logfile afterwards. Use a text-editor and scan case sensitive
  99. for "-Virus" and you get lines which are related to viruses (and mostly
  100. only the important lines). A scan with "XFD-", "XAD-", "CheckX-" or
  101. "-Error" brings lines which produced errors.
  102.  
  103. The complete number of found viruses is logged at the file end, if the
  104. scan found some of them. Also the scan time and the number of errors
  105. (if some appeared) is logged.
  106.  
  107. If the permanent file scrolling slows down your computer try setting the
  108. output stream to a raw mode display using following redirect command:
  109. ">RAW:0/11/640/50/CheckX-Output/AUTO/CLOSE/WAIT".
  110. To get CheckX really silent either use LOG option and call CheckX with
  111. QUIET or redirect normal output into logfile with ">filename".
  112.  
  113. CheckX detects all the viruses found by xvs.library, which contains the
  114. complete antivirus knowledge of VirusZ utility by Georg Hörmann. CheckX
  115. cannot remove detected viruses. You still need antivirus software like
  116. VirusZ, VT or Virus_Checker. I always run VirusZ in the background to
  117. check for viruses.
  118. CheckX also scans disk archive information texts for packers and viruses
  119. and also bootsectors of dearchived disks. The memory is scanned once after
  120. starting CheckX.
  121.  
  122. Error 11 (Could not check for virus) mostly means, that the file is a bit
  123. to large and such files are normally archives only. So in most cases this
  124. error is harmless!
  125.  
  126. If there are serious errors, please report them, but CheckX has a long
  127. way of development and I hope it is really stable now.
  128. Send me files, which cause the system to bring Enforcer/MungWall/PatchWork
  129. hits or crash the computer. If the files are larger, please contact me
  130. first.
  131.  
  132. This program is Freeware. Use it as you want, but WITHOUT ANY WARRANTY!
  133.  
  134. Contact me at:
  135.  
  136. *********************************************************************
  137. * snail-mail:                  * e-mail:                            *
  138. *   Dirk Stoecker              *   stoecker@epost.de                *
  139. *   Geschwister-Scholl-Str. 10 *   dirk@dstoecker.de                *
  140. *   01877 Bischofswerda        * world wide web:                    *
  141. *   GERMANY                    *   http://www.dstoecker.de/         *
  142. * phone:                       * pgp key:                           *
  143. *   GERMANY +49 (0)3594/706666 *   get from WWW pages or keyservers *
  144. *********************************************************************
  145.  
  146.